home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir41 / yesno21.zip / LOADWIN.BAT < prev    next >
DOS Batch File  |  1993-03-29  |  700b  |  23 lines

  1. @echo off
  2.  
  3. c:\util\yesorno /y /15 Do you want to load Windows ? [ Y or N ] 
  4. if errorlevel 1 goto END
  5. rem -- If 'N' is pressed then the batch file will continue at END.
  6. rem -- If 'Y' is pressed then the batch file will continue at the next line. 
  7.  
  8. cd \windows
  9. win
  10.  
  11. echo.
  12. echo          ╔══════════════════════════════════════════════╗
  13. echo          ║ Exited Windows Operating System. Now in DOS. ║
  14. echo          ╚══════════════════════════════════════════════╝
  15. echo.
  16.  
  17. :END
  18. echo.
  19. echo       ╔═══════════════════════════════════════════════════╗
  20. echo       ║ Type LOADWIN to restart Windows Operating System. ║
  21. echo       ╚═══════════════════════════════════════════════════╝
  22. echo.
  23.